You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.BlackmanOptimal Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.BlackmanOptimal Method

Optimal Blackman window.

Syntax
C#
Visual Basic
public static TVec BlackmanOptimal([In] TVec Src, int Index, int Len);

Applies optimal Blackman window to Src. Window functions are applied to the signal prior to conversion to frequency domain with the FFT algorithm, to reduce the spectral leakage. Their side-effect is a lower frequency resolution. The following function defines the Blackman window: 

 

alpha + 1 2*Pi*n alpha 4*Pi*n w[n] = ---------- - 0.5*cos -------- - ------ * cos(-------) 2 n - 1 2 n - 1 sin(Pi/(n-1)) alpha = - (---------------)^2 sin(2*Pi/(n-1))
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!